home *** CD-ROM | disk | FTP | other *** search
/ Shirase 21 / Shirase CD 21.iso / Extra / mp71.exe / 1033 / RCDATA / CABINET / wmpui.dll / REGISTRY / 111 (.txt) < prev    next >
InstallShield Script  |  2001-05-10  |  3KB  |  61 lines

  1.     NoRemove CLSID
  2.     {
  3.         ForceRemove {F2BF2C90-405F-11D3-BB39-00A0C93CA73A} = s 'WMPlayer ProgressCtl Class'
  4.         {
  5.             InprocServer32 = s '%MODULE%'
  6.             {
  7.                 val ThreadingModel = s 'Apartment'
  8.             }
  9.             'TypeLib' = s '{FA50E692-0E38-11d3-A1D0-005004602752}'
  10.         }
  11.     }
  12.     NoRemove Software
  13.     {
  14.         NoRemove Microsoft
  15.         {
  16.             NoRemove MediaPlayer
  17.             {
  18.                 NoRemove Objects
  19.                 {
  20.                     ForceRemove ProgressBar
  21.                     {
  22.                         val 'classid' = s 'clsid:F2BF2C90-405F-11D3-BB39-00A0C93CA73A'
  23.                     }
  24.                     
  25.                     ForceRemove Slider
  26.                     {
  27.                         val 'classid' = s 'clsid:F2BF2C90-405F-11D3-BB39-00A0C93CA73A'
  28.                     }
  29.                     ForceRemove SeekSlider
  30.                     {
  31.                         val 'classid' = s 'clsid:F2BF2C90-405F-11D3-BB39-00A0C93CA73A'
  32.                         val 'toolTip' = s 'res://wmploc.dll/RT_STRING/#1809'
  33.                         val 'min' = s '0'
  34.                         val 'max' = s 'wmpprop:player.currentmedia.duration'
  35.                         val 'value' = s 'wmpprop:player.controls.currentposition'
  36.                         val 'ondragend' = s 'player.controls.currentposition=value;'
  37.                         val 'foregroundProgress' = s 'wmpprop:player.network.downloadProgress'
  38.                         val 'useForegroundProgress' = s 'true'
  39.                     }
  40.                     ForceRemove VolumeSlider
  41.                     {
  42.                         val 'classid' = s 'clsid:F2BF2C90-405F-11D3-BB39-00A0C93CA73A'
  43.                         val 'min' = s '0' 
  44.                         val 'max' = s '100'
  45.                         val 'value' = s 'wmpprop:player.settings.volume' 
  46.                         val 'value_onchange' = s 'player.settings.volume=value;player.settings.mute=false;'
  47.                         val 'toolTip' = s 'res://wmploc.dll/RT_STRING/#1810'
  48.                     }
  49.                     ForceRemove BalanceSlider
  50.                     {
  51.                         val 'classid' = s 'clsid:F2BF2C90-405F-11D3-BB39-00A0C93CA73A'
  52.                         val 'toolTip' = s 'res://wmploc.dll/RT_STRING/#1845'
  53.                         val 'min' = s '-100' 
  54.                         val 'max' = s '100'
  55.                         val 'value' = s 'wmpprop:player.settings.balance'
  56.                         val 'value_onchange' = s 'player.settings.balance=value;'
  57.                     }
  58.                 }
  59.             }
  60.         }
  61.